From 9f7d120df2b18ed65a5b72f21109bff93e0b87be Mon Sep 17 00:00:00 2001 From: Alex Williamson Date: Wed, 17 Oct 2007 10:29:31 -0600 Subject: [PATCH] [IA64] Cleanup: remove unused definitions. Signed-off-by: Tristan Gingold --- xen/arch/ia64/xen/irq.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/xen/arch/ia64/xen/irq.c b/xen/arch/ia64/xen/irq.c index 02cb7e9c76..c59338f390 100644 --- a/xen/arch/ia64/xen/irq.c +++ b/xen/arch/ia64/xen/irq.c @@ -123,14 +123,6 @@ struct hw_interrupt_type no_irq_type = { atomic_t irq_err_count; -/* Some placeholder here, which are used by other files and we - * don't want to change too much now. Later they should be cleaned. - */ -#ifdef CONFIG_SMP -inline void synchronize_irq(unsigned int irq) {} -EXPORT_SYMBOL(synchronize_irq); -#endif - /* * Generic enable/disable code: this just calls * down into the PIC-specific version for the actual -- 2.30.2